home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
graphicgems4.lha
/
GemsIV
/
dyn_range
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-02-06
|
101 b
|
8 lines
CC = gcc
test_hdp: test_hdp.o hdp.o
$(CC) -o test_hdp test_hdp.o hdp.o
clean:
rm -f *.o test_hdp